Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilthoniel committed Mar 20, 2020
1 parent 89fe665 commit 6d4d0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/qsc/mod_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func TestQSC_Listen(t *testing.T) {
// Make sure the Go routine is stopped.
select {
case <-qsc.stopped:
case <-time.After(10 * time.Millisecond):
case <-time.After(100 * time.Millisecond):
t.Fatal("timeout")
}
}
Expand Down

0 comments on commit 6d4d0bf

Please sign in to comment.