Skip to content

Commit ca2149e

Browse files
committed
tests.tpiu: Increase packetizer timeout so it is possible to fill a packet.
1 parent 2413e51 commit ca2149e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_tpiu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from orbtrace.trace import tpiu
88

99
def test_packetizer():
10-
dut = tpiu.Packetizer(timeout = 1000)
10+
dut = tpiu.Packetizer(timeout = 2000)
1111

1212
sim = Simulator(dut)
1313
sim.add_clock(1e-6)

0 commit comments

Comments
 (0)