Skip to content

Commit

Permalink
fix(k8s): timeout error in cleanup-cluster-registry script
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald committed Dec 14, 2019
1 parent fd26414 commit b5451e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ async function cleanupBuildSyncVolume(provider: KubernetesProvider, log: LogEntr
provider,
log,
args: deleteArgs,
timeout: 30,
timeout: 300,
podName,
})

Expand Down

0 comments on commit b5451e3

Please sign in to comment.