Skip to content

Commit dbe60a7

Browse files
committed
make test faster
1 parent 8dff140 commit dbe60a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/service-library/tests/test_background_task.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
]
2727

2828

29-
_FAST_POLL_INTERVAL: Final[int] = 1
30-
_VERY_SLOW_POLL_INTERVAL: Final[int] = 100
29+
_FAST_POLL_INTERVAL: Final[float] = 0.01
30+
_VERY_SLOW_POLL_INTERVAL: Final[float] = 1
3131

3232

3333
@pytest.fixture

0 commit comments

Comments
 (0)