Skip to content

Commit 30b2406

Browse files
committed
Give Copilot more time to "think"
1 parent d4d46b7 commit 30b2406

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/cdp_mode/raw_cdp_copilot.py

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

examples/cdp_mode/raw_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)