Skip to content

Commit f714a6c

Browse files
committed
backend/bitbox02: give simulator test more time to connect
CI often fails in this step, this is an attempt to fix that.
1 parent c6d52e8 commit f714a6c

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)