Skip to content

Commit c633d04

Browse files
author
Brendan Whitfield
committed
increased the wait time between async queries
1 parent 5b5d89d commit c633d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_obdsim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import pytest
44
from obd import commands, Unit
55

6-
STANDARD_WAIT_TIME = 0.1
6+
STANDARD_WAIT_TIME = 0.25
77

88

99
@pytest.fixture(scope="module")

0 commit comments

Comments
 (0)