aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-04-04 15:18:11 +0200
committerGerd Hoffmann <kraxel@redhat.com>2018-04-04 15:18:11 +0200
commitfe11e8ec580326e50aeaa8290eddb0d7ac204a5d (patch)
treea4c1b6524fe623b2b875fb5ea7d2c794db747f58 /scripts
parentffc136540850ed665ff2414fa688507a2d35f0c1 (diff)
downloadjenkinsfiles-fe11e8ec580326e50aeaa8290eddb0d7ac204a5d.tar.gz
increase testboot timeout
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/qemu-boot-kernel2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qemu-boot-kernel b/scripts/qemu-boot-kernel
index edb5deb..5e4aae5 100755
--- a/scripts/qemu-boot-kernel
+++ b/scripts/qemu-boot-kernel
@@ -1,7 +1,7 @@
#!/bin/sh
# config
-timeout="1m"
+timeout="3m"
# figure qemu
arch="$(uname -m)"