Skip to content

Commit db8d561

Browse files
committed
Merge branch 'simulator-timeout'
2 parents d95941a + f714a6c commit db8d561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/devices/bitbox02/keystore_simulator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func runSimulator(filename string) (func() error, *Device, *bytes.Buffer, error)
114114
if err == nil {
115115
break
116116
}
117-
time.Sleep(10 * time.Millisecond)
117+
time.Sleep(50 * time.Millisecond)
118118
}
119119
if err != nil {
120120
return nil, nil, nil, err

0 commit comments

Comments
 (0)