Skip to content

Commit cf53ce6

Browse files
committed
lint
1 parent 6b95ddd commit cf53ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/apphealth_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ func TestAppHealth(t *testing.T) {
127127
}
128128

129129
return apps[0].Health == codersdk.WorkspaceAppHealthUnhealthy
130-
}, 10*time.Second, 1*time.Second)
130+
}, testutil.WaitLong, testutil.IntervalSlow)
131131
})
132132
}
133133

0 commit comments

Comments
 (0)