Skip to content

Commit d5f209b

Browse files
authored
Update coderd/coderdtest/coderdtest.go
1 parent 1633613 commit d5f209b

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
@@ -438,7 +438,7 @@ func AwaitWorkspaceAgents(t *testing.T, client *codersdk.Client, build uuid.UUID
438438

439439
t.Logf("waiting for workspace agents (build %s)", build)
440440
var resources []codersdk.WorkspaceResource
441-
require.True(t, testutil.EventuallyShort(t, func() bool {
441+
require.True(t, testutil.EventuallyLong(t, func() bool {
442442
var err error
443443
resources, err = client.WorkspaceResourcesByBuild(context.Background(), build)
444444
if !assert.NoError(t, err) {

0 commit comments

Comments
 (0)