Skip to content

Commit c1c58ff

Browse files
committed
Increase number of retries on populate_targets
1 parent 6a64aa1 commit c1c58ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/choreographer/browser_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from .browsers._interface_type import BrowserImplInterface
3131
from .channels._interface_type import ChannelInterface
3232

33-
MAX_POPULATE_LOOPS = 3 # how many times to check for tab, race condition
33+
MAX_POPULATE_LOOPS = 6 # how many times to check for tab, race condition
3434

3535
_logger = logistro.getLogger(__name__)
3636

0 commit comments

Comments
 (0)