Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f9625fa

Browse files
committed
Give browsers 10 seconds to load the page under test
1 parent 5baf59f commit f9625fa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

benchmark-chromium.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ for i in {01..$run_count}; do
3434
xdotool search --sync --onlyvisible --pid $pid --class google-chrome windowsize 1024 740
3535
"$script_dir/custom-chromium-window-commands.sh" $pid
3636

37-
sleep 5
37+
sleep 10
3838
# Close that window gracefully. Chromium does not write a trace file if sent a SIGTERM.
3939
printf 'Closing window'
4040
while kill -0 $pid 2> /dev/null; do

benchmark-servo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ for i in {01..$run_count}; do
2424

2525
"$script_dir/custom-servo-window-commands.sh" $pid
2626

27-
sleep 5
27+
sleep 10
2828
printf 'Closing window'
2929
while kill -0 $pid 2> /dev/null; do
3030
kill $pid

0 commit comments

Comments
 (0)