We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a64aa1 commit c1c58ffCopy full SHA for c1c58ff
src/choreographer/browser_async.py
@@ -30,7 +30,7 @@
30
from .browsers._interface_type import BrowserImplInterface
31
from .channels._interface_type import ChannelInterface
32
33
-MAX_POPULATE_LOOPS = 3 # how many times to check for tab, race condition
+MAX_POPULATE_LOOPS = 6 # how many times to check for tab, race condition
34
35
_logger = logistro.getLogger(__name__)
36
0 commit comments