Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 4f6d3bd

Browse files
committed
Fix: Tweak delays.
1 parent fe7b3c6 commit 4f6d3bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runestone/activecode/test/test_activecode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def test_history(selenium_utils_get):
6868
"""
6969
div_id = "test_activecode_2"
7070
t1 = find_ac(selenium_utils_get, div_id)
71-
time.sleep(1)
71+
time.sleep(2)
7272
rb = t1.find_element_by_class_name("run-button")
7373
rb.click()
7474
time.sleep(2)

0 commit comments

Comments
 (0)