Skip to content

Commit

Permalink
increase timeout for test
Browse files Browse the repository at this point in the history
  • Loading branch information
sukunrt committed Mar 1, 2023
1 parent 013a864 commit 6177422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/host/relaysvc/relay_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func TestReachabilityChangeEvent(t *testing.T) {
require.Eventually(
t,
func() bool { rmgr.mutex.Lock(); defer rmgr.mutex.Unlock(); return rmgr.relay == nil },
1*time.Second,
3*time.Second,
100*time.Millisecond,
"relay should be nil on unknown reachability")

Expand Down

0 comments on commit 6177422

Please sign in to comment.