Skip to content

Commit 0f5f14d

Browse files
committed
try 10 times instead of 8 for local testing
1 parent fe27d44 commit 0f5f14d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tasks/baseline.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CMD=(
1313
"cd /var/www/streambed/image_server/plotly.js &&"
1414
"cp -f test/image/index.html ../server_app/index.html &&"
1515
"supervisorctl restart nw1 &&"
16-
"wget --server-response --spider --tries=8 --retry-connrefused http://localhost:9010/ping &&"
16+
"wget --server-response --spider --tries=10 --retry-connrefused http://localhost:9010/ping &&"
1717
"node test/image/make_baseline.js $1"
1818
)
1919

tasks/test_export.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CMD=(
1313
"cd /var/www/streambed/image_server/plotly.js &&"
1414
"cp -f test/image/index.html ../server_app/index.html &&"
1515
"supervisorctl restart nw1 && "
16-
"wget --server-response --spider --tries=8 --retry-connrefused http://localhost:9010/ping &&"
16+
"wget --server-response --spider --tries=10 --retry-connrefused http://localhost:9010/ping &&"
1717
"node test/image/export_test.js $1"
1818
)
1919

tasks/test_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CMD=(
1313
"cd /var/www/streambed/image_server/plotly.js &&"
1414
"cp -f test/image/index.html ../server_app/index.html &&"
1515
"supervisorctl restart nw1 && "
16-
"wget --server-response --spider --tries=8 --retry-connrefused http://localhost:9010/ping &&"
16+
"wget --server-response --spider --tries=10 --retry-connrefused http://localhost:9010/ping &&"
1717
"node test/image/compare_pixels_test.js $1"
1818
)
1919

0 commit comments

Comments
 (0)