Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ideascube
ARCHIVED Kiwix Hotspot
Commits
66156efc
Commit
66156efc
authored
Jun 26, 2019
by
rgaudin
Browse files
added some delayes between phases
parent
8476c76d
Changes
1
Hide whitespace changes
Inline
Side-by-side
kiwix-hotspot/run_installation.py
View file @
66156efc
...
...
@@ -351,10 +351,14 @@ def run_installation(
pass
# if mount_point or device are not defined
raise
exp
time
.
sleep
(
10
)
# unmount partition
logger
.
step
(
"Unmounting data partition"
)
unmount_data_partition
(
mount_point
,
device
,
logger
)
time
.
sleep
(
10
)
# rerun emulation for discovery
logger
.
stage
(
"move"
)
logger
.
step
(
"Starting-up VM (third-time)"
)
...
...
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