Skip to content

Commit 63e6270

Browse files
committed
Merge branch 'agentflake' into limit
2 parents 4bb5ecd + 9e2558d commit 63e6270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/coderdtest/coderdtest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ func AwaitWorkspaceAgents(t *testing.T, client *codersdk.Client, build uuid.UUID
396396
}
397397
}
398398
return true
399-
}, 5*time.Second, 25*time.Millisecond)
399+
}, 15*time.Second, 50*time.Millisecond)
400400
return resources
401401
}
402402

0 commit comments

Comments
 (0)