Skip to content

Commit

Permalink
Increase hardware test timeout to 60 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnbastiaan committed Jul 19, 2023
1 parent 1f8562e commit ff7dc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittide-instances/data/tcl/HardwareTest.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set fpga_ids {

# Timeout specifying how long we should wait for a test to finish before
# considering it a failed test.
set test_timeout_ms 1000
set test_timeout_ms 60000

# Timeout specifying how long to wait for hardware targets (FPGAs) to become
# available in the hardware server.
Expand Down

0 comments on commit ff7dc6a

Please sign in to comment.