summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/g-i-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index a0e161d1..414c596d 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -728,7 +728,7 @@ monitor_system() {
TRIGGER_NR=0
cd $RESULTS
sleep 4
- hourlimit=12 # hours
+ hourlimit=16 # hours
echo "Taking screenshots every 2 seconds now, until qemu ends for whatever reasons or $hourlimit hours have passed or if the test seems to hang."
echo
timelimit=$(( $hourlimit * 60 * 60 / 2 ))