Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3586ebe

Browse files
committed
fix: Bump up workspace history timeout
1 parent 9cc4756 commit 3586ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/workspacehistory_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func TestWorkspaceHistory(t *testing.T) {
123123
workspaceHistory, err = server.Client.WorkspaceHistory(context.Background(), "", workspace.Name, "")
124124
require.NoError(t, err)
125125
return workspaceHistory.Provision.Status.Completed()
126-
}, 5*time.Second, 50*time.Millisecond)
126+
}, 15*time.Second, 50*time.Millisecond)
127127
require.Equal(t, "", workspaceHistory.Provision.Error)
128128
require.Equal(t, coderd.ProvisionerJobStatusSucceeded, workspaceHistory.Provision.Status)
129129
})

0 commit comments

Comments
 (0)