Skip to content

Commit 1642bb5

Browse files
committed
flaky test
1 parent 5f0b58b commit 1642bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maintnotifications/pool_hook_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ func TestConnectionHook(t *testing.T) {
174174
select {
175175
case <-initConnCalled:
176176
// Good, initialization was called
177-
case <-time.After(1 * time.Second):
177+
case <-time.After(5 * time.Second):
178178
t.Fatal("Timeout waiting for initialization function to be called")
179179
}
180180

0 commit comments

Comments
 (0)