Skip to content

Commit f1862ed

Browse files
committed
Extend timeout of built-in PostgreSQL fetch
1 parent 6546be9 commit f1862ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/server_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func TestServer(t *testing.T) {
8585
require.Eventually(t, func() bool {
8686
accessURLRaw, err := cfg.URL().Read()
8787
return accessURLRaw != "" && err == nil
88-
}, time.Minute, 25*time.Millisecond)
88+
}, 3*time.Minute, 250*time.Millisecond)
8989
cancelFunc()
9090
require.ErrorIs(t, <-errC, context.Canceled)
9191
})

0 commit comments

Comments
 (0)