Skip to content

Commit

Permalink
increase the wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
chottuthejimmy committed Feb 14, 2025
1 parent 605f545 commit ae15ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "starting npm server"
npm start
}
Start-Sleep -Seconds 120
Start-Sleep -Seconds 240
Write-Output "Starting Chrome"
Start-Process "C:/Program Files/Google/Chrome/Application/chrome.exe" -ArgumentList "--start-maximized", "--load-extension=$(pwd)/node_modules/dashcam-chrome/build", "${{ env.LOCALHOST }}"
Expand Down

0 comments on commit ae15ab0

Please sign in to comment.