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

Add debug sleep to ci tests

parent d584d9c9
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,8 @@ debug() { ...@@ -6,6 +6,8 @@ debug() {
error() { error() {
>&2 echo "ERROR: $@" >&2 echo "ERROR: $@"
debug "Sleeping for debugging..."
sleep 300
exit 1 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