We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2413e51 commit ca2149eCopy full SHA for ca2149e
tests/test_tpiu.py
@@ -7,7 +7,7 @@
7
from orbtrace.trace import tpiu
8
9
def test_packetizer():
10
- dut = tpiu.Packetizer(timeout = 1000)
+ dut = tpiu.Packetizer(timeout = 2000)
11
12
sim = Simulator(dut)
13
sim.add_clock(1e-6)
0 commit comments