Skip to content

Commit 931a7c3

Browse files
itest: increase test timeout to 60secs
1 parent da8143f commit 931a7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itest/connection_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var (
1515
defaultMessage = []byte("some default message")
1616
)
1717

18-
const defaultTimeout = 30 * time.Second
18+
const defaultTimeout = 60 * time.Second
1919

2020
// testHappyPath ensures that client and server are able to communicate
2121
// as expected in the case where no connections are dropped.

0 commit comments

Comments
 (0)