Skip to content

Commit df31bbd

Browse files
{  "message": "Bad credentials",  "documentation_url": "https://docs.github.com/rest",  "status": "401"}{  "message": "Bad credentials",  "documentation_url": "https://docs.github.com/rest",  "status": "401"}
authored andcommitted
ci: allow cold auto-open e2e builds
1 parent 8ee6134 commit df31bbd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/e2e/clone-auto-open-ssh.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ CLONE_LOG="$ROOT/clone-auto-open-ssh.log"
3535
SSH_INVOCATION_LOG="$ROOT/ssh-invocation.log"
3636
SSH_SESSION_LOG="$ROOT/ssh-session.log"
3737
RUN_SCRIPT="$ROOT/run-clone-auto-open-ssh.sh"
38-
CLONE_AUTO_OPEN_TIMEOUT="${DOCKER_GIT_E2E_CLONE_AUTO_OPEN_TIMEOUT:-300s}"
38+
# Cold controller/project image builds can exceed 5 minutes on GitHub-hosted runners.
39+
CLONE_AUTO_OPEN_TIMEOUT="${DOCKER_GIT_E2E_CLONE_AUTO_OPEN_TIMEOUT:-900s}"
3940
FAILURE_DUMPED=0
4041

4142
fail() {

0 commit comments

Comments
 (0)