Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-boxes
Commits
a8af1b0b
Commit
a8af1b0b
authored
Sep 02, 2020
by
Kristian Klausen
🎉
Browse files
Bump timeout for cp of output (30->60)
parent
45d4d015
Changes
1
Hide whitespace changes
Inline
Side-by-side
build-in-qemu.sh
View file @
a8af1b0b
...
...
@@ -134,7 +134,7 @@ function main() {
send
"bash -x ./build.sh
\n
"
expect
"# "
240 # qemu-img convert can take a long time
send
"cp -r --preserve=mode,timestamps output /mnt/arch-boxes/tmp/
$(
basename
"
${
TMPDIR
}
"
)
/
\n
"
expect
"# "
expect
"# "
60
mv output/*
"
${
OUTPUT
}
/"
# Shutdown the VM
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment