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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy