Skip to content

Commit

Permalink
itest: increase test timeout to 60secs
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorTigerstrom committed Jan 9, 2024
1 parent 6b5ca8b commit 256546e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itest/connection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var (
defaultMessage = []byte("some default message")
)

const defaultTimeout = 30 * time.Second
const defaultTimeout = 60 * time.Second

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

0 comments on commit 256546e

Please sign in to comment.