Skip to content

Commit 9899fcb

Browse files
committed
bumps up the sleep time to 5000 millis
1 parent d8b6427 commit 9899fcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rabbithole_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func listConnectionsUntil(c *Client, i int) {
7575
}
7676

7777
func awaitEventPropagation() {
78-
time.Sleep(1150 * time.Millisecond)
78+
time.Sleep(5000 * time.Millisecond)
7979
}
8080

8181
type portTestStruct struct {

0 commit comments

Comments
 (0)