Skip to content

Commit

Permalink
bump test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Inphi committed Apr 20, 2023
1 parent 236875d commit 26d2ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-program/preimage/hints_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func TestHints(t *testing.T) {
close(done)
}()
select {
case <-time.After(time.Second * 20):
case <-time.After(time.Second * 30):
t.Error("reader/writer stuck")
case <-done:
}
Expand Down

0 comments on commit 26d2ba0

Please sign in to comment.