From 936fb046ad091f182a01edfb9f947ece1b84c811 Mon Sep 17 00:00:00 2001 From: Hakim Filali Date: Fri, 19 Jan 2024 14:05:05 +0000 Subject: [PATCH] [edn/dv] raise test timeout for edn_disable test 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 --- hw/ip/edn/dv/edn_sim_cfg.hjson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/ip/edn/dv/edn_sim_cfg.hjson b/hw/ip/edn/dv/edn_sim_cfg.hjson index c8974559a4cba..84bc8909e631f 100644 --- a/hw/ip/edn/dv/edn_sim_cfg.hjson +++ b/hw/ip/edn/dv/edn_sim_cfg.hjson @@ -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"] } {