Skip to content

Commit

Permalink
tests: expand timeout to 20m from 10m
Browse files Browse the repository at this point in the history
  • Loading branch information
utam0k committed Sep 1, 2022
1 parent 85ebebd commit 6c3a9de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .werft/workspace-run-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ args=()
args+=( "-kubeconfig=/home/gitpod/.kube/config" )
args+=( "-namespace=default" )
[[ "$USERNAME" != "" ]] && args+=( "-username=$USERNAME" )
args+=( "-timeout=30m -p 1" )

WK_TEST_LIST=(/workspace/test/tests/components/content-service /workspace/test/tests/components/image-builder /workspace/test/tests/components/ws-daemon /workspace/test/tests/components/ws-manager /workspace/test/tests/workspace)
for TEST_PATH in "${WK_TEST_LIST[@]}"
Expand Down
2 changes: 1 addition & 1 deletion test/pkg/integration/workspace.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

const (
gitpodBuiltinUserID = "builtin-user-workspace-probe-0000000"
perCallTimeout = 3 * time.Minute
perCallTimeout = 5 * time.Minute
)

type launchWorkspaceDirectlyOptions struct {
Expand Down

0 comments on commit 6c3a9de

Please sign in to comment.