Skip to content

Commit

Permalink
fix: revert timeout to 5hrs
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhardy committed Dec 14, 2021
1 parent e49dde6 commit b746658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint_ci_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ checkpoint_build () {
}


export TIMEOUT=${TIMEOUT:-1m}
export TIMEOUT=${TIMEOUT:-5h}
export MAKE_FLAG=/make_done
export INSTALL_FLAG=/install_done
export OUTPUT_FLAG=/output_done
Expand Down

0 comments on commit b746658

Please sign in to comment.