Skip to content

Commit 89bf0ee

Browse files
committed
fixup! validate and fail-fast
1 parent 41f7bb8 commit 89bf0ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli/exp_scaletest_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ func TestScaleTestDashboard(t *testing.T) {
127127
_ = coderdtest.CreateFirstUser(t, client)
128128

129129
inv, root := clitest.New(t, "exp", "scaletest", "dashboard",
130-
"--min-wait", "0s",
130+
"--min-wait", "1s",
131+
"--max-wait", "1s",
131132
)
132133
clitest.SetupConfig(t, client, root)
133134
pty := ptytest.New(t)

0 commit comments

Comments
 (0)