mirror of https://github.com/maxcnunes/gaper.git
Increase sleep on tests to avoid intermittent failure
This commit is contained in:
parent
daee1bff02
commit
a93d484fb3
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
sleep 2
|
||||
sleep 3
|
||||
echo "Gaper Test Message"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
timeout 2 2>NUL
|
||||
timeout 3 2>NUL
|
||||
@echo Gaper Test Message
|
||||
|
|
Loading…
Reference in New Issue