Skip to content

Commit 77f4761

Browse files
Update network idle timeout (#70629) (#70655)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
1 parent 4548d3d commit 77f4761

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/scripts/jenkins_visual_regression.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mkdir -p "$installDir"
1111
tar -xzf "$linuxBuild" -C "$installDir" --strip=1
1212

1313
echo " -> running visual regression tests from kibana directory"
14-
yarn percy exec -t 500 -- -- \
14+
yarn percy exec -t 10000 -- -- \
1515
node scripts/functional_tests \
1616
--debug --bail \
1717
--kibana-install-dir "$installDir" \

test/scripts/jenkins_xpack_visual_regression.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tar -xzf "$linuxBuild" -C "$installDir" --strip=1
1313

1414
echo " -> running visual regression tests from x-pack directory"
1515
cd "$XPACK_DIR"
16-
yarn percy exec -t 500 -- -- \
16+
yarn percy exec -t 10000 -- -- \
1717
node scripts/functional_tests \
1818
--debug --bail \
1919
--kibana-install-dir "$installDir" \

0 commit comments

Comments
 (0)