Skip to content

Commit 2f17c5a

Browse files
committed
lint
1 parent cf53ce6 commit 2f17c5a

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
@@ -97,7 +97,7 @@ func TestAppHealth(t *testing.T) {
9797

9898
t.Run("Timeout", func(t *testing.T) {
9999
t.Parallel()
100-
ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
100+
ctx, cancel := context.WithTimeout(context.Background(), testutil.WaitLong)
101101
defer cancel()
102102
apps := []codersdk.WorkspaceApp{
103103
{

0 commit comments

Comments
 (0)