Skip to content

Commit

Permalink
[edn/dv] raise test timeout for edn_disable test
Browse files Browse the repository at this point in the history
This commit raises the test timeout for the edn_disable test from
100_000 ns to 500_000 ns. While debugging some failing tests from
the regression I came across some failures for the edn_disable
test. These tests were failing because the test timeout was too low.

Signed-off-by: Hakim Filali <[email protected]>
  • Loading branch information
Hakim Filali authored and vogelpi committed Jan 22, 2024
1 parent 862b811 commit 936fb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/ip/edn/dv/edn_sim_cfg.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
uvm_test: edn_disable_test
uvm_test_seq: edn_disable_vseq
// For debug purpose, this test is very short.
run_opts: ["+test_timeout_ns=100_000"]
run_opts: ["+test_timeout_ns=500_000"]
}

{
Expand Down

0 comments on commit 936fb04

Please sign in to comment.