Skip to content

Commit 3b5d17d

Browse files
committed
Give Copilot more time to "think"
1 parent afc1e7e commit 3b5d17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/raw_cdp_copilot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
sb.sleep(3.5)
2424
stop_button = '[data-testid="stop-button"]'
2525
thumbs_up = 'button[data-testid*="-thumbs-up-"]'
26-
sb.wait_for_element_absent(stop_button, timeout=45)
26+
sb.wait_for_element_absent(stop_button, timeout=50)
2727
sb.wait_for_element(thumbs_up, timeout=20)
2828
sb.sleep(0.6)
2929
sb.click('button[data-testid*="scroll-to-bottom"]')

0 commit comments

Comments
 (0)