We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd0fd1 commit 1a5e739Copy full SHA for 1a5e739
mrbgems/picoruby-shell/mrblib/shell.rb
@@ -39,7 +39,7 @@ def self.ensure_system_file(path, code, crc = nil)
39
File.open(path, "r") do |f|
40
actual_len = f.size
41
actual_code = f.read if 0 < actual_len
42
- sleep_ms 10
+ sleep_ms 100
43
actual_crc = CRC.crc32(actual_code)
44
if (actual_len == code.length) && ( crc.nil? || (actual_crc == crc) )
45
puts " OK (#{code.length} bytes)"
0 commit comments