diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-04-04 15:18:11 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-04-04 15:18:11 +0200 |
commit | fe11e8ec580326e50aeaa8290eddb0d7ac204a5d (patch) | |
tree | a4c1b6524fe623b2b875fb5ea7d2c794db747f58 /scripts | |
parent | ffc136540850ed665ff2414fa688507a2d35f0c1 (diff) | |
download | jenkinsfiles-fe11e8ec580326e50aeaa8290eddb0d7ac204a5d.tar.gz |
increase testboot timeout
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/qemu-boot-kernel | 2 |
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)" |