Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3586ebe

Browse files
committed
fix: Bump up workspace history timeout
1 parent9cc4756 commit3586ebe

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
returnworkspaceHistory.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)

[8]ページ先頭

©2009-2025 Movatter.jp