Skip to content

Commit 4047b4d

Browse files
committed
chore: Use WaitMedium in waitAccessURL
1 parent 1e9e5c3 commit 4047b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ func waitAccessURL(t *testing.T, cfg config.Root) *url.URL {
355355
require.Eventually(t, func() bool {
356356
rawURL, err = cfg.URL().Read()
357357
return err == nil && rawURL != ""
358-
}, testutil.WaitLong, testutil.IntervalFast, "failed to get access URL")
358+
}, testutil.WaitMedium, testutil.IntervalFast, "failed to get access URL")
359359

360360
accessURL, err := url.Parse(rawURL)
361361
require.NoError(t, err, "failed to parse access URL")

0 commit comments

Comments
 (0)