Skip to content

Commit 94c3020

Browse files
mafredrijohnstcn
andauthored
Update cli/resetpassword_test.go
Co-authored-by: Cian Johnston <[email protected]>
1 parent e911b10 commit 94c3020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/resetpassword_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func TestResetPassword(t *testing.T) {
4848
require.Eventually(t, func() bool {
4949
rawURL, err = cfg.URL().Read()
5050
return err == nil && rawURL != ""
51-
}, 15*time.Minute, 25*time.Millisecond)
51+
}, 15*time.Second, 25*time.Millisecond)
5252
accessURL, err := url.Parse(rawURL)
5353
require.NoError(t, err)
5454
client := codersdk.New(accessURL)

0 commit comments

Comments
 (0)