Skip to content

Commit

Permalink
Change timeout to 180s
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmallasen committed Nov 28, 2024
1 parent a51855a commit 4e9f006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-apps/test_apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


# Timeout for the simulation in seconds
SIM_TIMEOUT_S = 60
SIM_TIMEOUT_S = 180

# Available simulators
SIMULATORS = ["verilator"]
Expand Down

0 comments on commit 4e9f006

Please sign in to comment.