Skip to content

Commit eee9d92

Browse files
committed
decrease the time out value
1 parent bb9ba24 commit eee9d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verilog/dv/cocotb/user_proj_tests/counter_wb/counter_wb.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
@cocotb.test()
2323
@report_test
2424
async def counter_wb(dut):
25-
caravelEnv = await test_configure(dut,timeout_cycles=1122620)
25+
caravelEnv = await test_configure(dut,timeout_cycles=40534)
2626

2727
cocotb.log.info(f"[TEST] Start counter_wb test")
2828
# wait for start of sending

0 commit comments

Comments
 (0)