Increase sleep on tests to avoid intermittent failure

This commit is contained in:
Max Claus Nunes 2018-10-21 11:10:46 -03:00
parent daee1bff02
commit a93d484fb3
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash #!/usr/bin/env bash
sleep 2 sleep 3
echo "Gaper Test Message" echo "Gaper Test Message"

View File

@ -1,2 +1,2 @@
timeout 2 2>NUL timeout 3 2>NUL
@echo Gaper Test Message @echo Gaper Test Message