Skip to content

Commit

Permalink
Increase sleep on tests to avoid intermittent failure
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcnunes committed Oct 21, 2018
1 parent daee1bf commit a93d484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testdata/print-gaper
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
sleep 2
sleep 3
echo "Gaper Test Message"
2 changes: 1 addition & 1 deletion testdata/print-gaper.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
timeout 2 2>NUL
timeout 3 2>NUL
@echo Gaper Test Message

0 comments on commit a93d484

Please sign in to comment.