Skip to content

Commit 3bb79a7

Browse files
committed
add delay to open the page
1 parent 5db86a9 commit 3bb79a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

benchmark_change.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ http -p 8080 &
4040
npm run results
4141
)
4242

43-
xdg-open http://localhost:8080/webdriver-ts-results/table.html
43+
xdg-open http://localhost:8080/webdriver-ts-results/table.html &
44+
sleep 1
4445
)
4546

4647
kill %%

0 commit comments

Comments
 (0)