Skip to content

Commit a1afcfb

Browse files
committed
Changed batch_processing timeout to 1min
1 parent c5f68c4 commit a1afcfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/batch_processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def prepare_and_print_batch(
133133
page.wait_for_timeout(
134134
1000
135135
) # This one second timeout does not affect the time to execute, as it is just used to ensure the reprepare batch button is clicked and does not instantly advance to the next step
136-
ManageActiveBatchPage(page).reprepare_batch_text.wait_for(timeout=300000)
136+
ManageActiveBatchPage(page).reprepare_batch_text.wait_for(timeout=60000)
137137

138138
# This loops through each Retrieve button and clicks each one
139139
retrieve_button_count = 0

0 commit comments

Comments
 (0)