Skip to content
Snippets Groups Projects
Verified Commit ea174bd8 authored by David Hoese's avatar David Hoese
Browse files

Reenable debug sleep in CI

parent c610d647
No related merge requests found
......@@ -6,8 +6,8 @@ debug() {
error() {
>&2 echo "ERROR: $@"
# debug "Sleeping for debugging..."
# sleep 300
debug "Sleeping for debugging..."
sleep 300
exit 1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment