check: Bump sleep time to workaround flaky tests - transferwee - Download/upload file via wetransfer.com
(HTM) git clone https://github.com/iamleot/transferwee
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 234eec526ff552e0a7365b5c4330fee00d01846a
(DIR) parent 5efdf478d3bd09be1f33cd7571effc95d7424487
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Sat, 1 Jun 2019 16:29:23 +0200
check: Bump sleep time to workaround flaky tests
Diffstat:
M tests/check.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/tests/check.sh b/tests/check.sh
@@ -26,8 +26,8 @@ echo "test file uploaded as ${url}"
echo "Renaming original test file..."
mv "${testtmpfile}" "${testtmpfile}.orig"
-echo "Waiting 5 seconds before downloading the file..."
-sleep 5
+echo "Waiting 10 seconds before downloading the file..."
+sleep 10
echo "Downloading the test file via ${url}..."
${TRANSFERWEE} download "${url}"