Skip to content

Commit b4d2892

Browse files
committed
Bump timeout in Pool tests
GitHub Windows runners somehow got slower over time.
1 parent e94302d commit b4d2892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
_system = platform.uname().system
2525

2626

27-
POOL_NOMINAL_TIMEOUT = 0.1
27+
POOL_NOMINAL_TIMEOUT = 0.5
2828

2929

3030
class SlowResetConnection(pg_connection.Connection):

0 commit comments

Comments
 (0)