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 e911b10 commit 94c3020Copy full SHA for 94c3020
cli/resetpassword_test.go
@@ -48,7 +48,7 @@ func TestResetPassword(t *testing.T) {
48
require.Eventually(t, func() bool {
49
rawURL, err = cfg.URL().Read()
50
return err == nil && rawURL != ""
51
- }, 15*time.Minute, 25*time.Millisecond)
+ }, 15*time.Second, 25*time.Millisecond)
52
accessURL, err := url.Parse(rawURL)
53
require.NoError(t, err)
54
client := codersdk.New(accessURL)
0 commit comments