diff --git a/driver.sh b/driver.sh index ad8a97b..d560a45 100755 --- a/driver.sh +++ b/driver.sh @@ -83,6 +83,7 @@ setup_variables() { *) config=defconfig ;; esac make_target=Image.gz + timeout=5 # Bump the timeout to 5m. export CROSS_COMPILE=aarch64-linux-gnu- ;;