Skip to content

Commit

Permalink
Increase timeout for cpu limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Furisto authored and roboquat committed Nov 24, 2022
1 parent d96957c commit 6dc123f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/components/ws-daemon/cpu_burst_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func TestCpuBurst(t *testing.T) {

containerId := getWorkspaceContainerId(&pod)
var resp daemon.GetWorkspaceResourcesResponse
for i := 0; i < 6; i++ {
for i := 0; i < 10; i++ {
err = daemonClient.Call("DaemonAgent.GetWorkspaceResources", daemon.GetWorkspaceResourcesRequest{
ContainerId: containerId,
}, &resp)
Expand Down

0 comments on commit 6dc123f

Please sign in to comment.