Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6546be9 commit f1862edCopy full SHA for f1862ed
cli/server_test.go
@@ -85,7 +85,7 @@ func TestServer(t *testing.T) {
85
require.Eventually(t, func() bool {
86
accessURLRaw, err := cfg.URL().Read()
87
return accessURLRaw != "" && err == nil
88
- }, time.Minute, 25*time.Millisecond)
+ }, 3*time.Minute, 250*time.Millisecond)
89
cancelFunc()
90
require.ErrorIs(t, <-errC, context.Canceled)
91
})
0 commit comments