Skip to content

Commit

Permalink
Update TestFirefox.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Jul 16, 2024
1 parent 9973d3f commit c6994b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/TestFirefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
while get_x() == "missing"
@info "Waiting..."
sleep(1)
if time() - tstart > 30
if time() - tstart > 120
error("This took too long!")
end
end
Expand Down

0 comments on commit c6994b3

Please sign in to comment.