Skip to content

Commit 6dc123f

Browse files
Furistoroboquat
authored andcommitted
Increase timeout for cpu limit
1 parent d96957c commit 6dc123f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/components/ws-daemon/cpu_burst_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func TestCpuBurst(t *testing.T) {
9090

9191
containerId := getWorkspaceContainerId(&pod)
9292
var resp daemon.GetWorkspaceResourcesResponse
93-
for i := 0; i < 6; i++ {
93+
for i := 0; i < 10; i++ {
9494
err = daemonClient.Call("DaemonAgent.GetWorkspaceResources", daemon.GetWorkspaceResourcesRequest{
9595
ContainerId: containerId,
9696
}, &resp)

0 commit comments

Comments
 (0)