Skip to content

Commit bd4a20a

Browse files
committed
Increase valid starting times for github report
The github actions that run as a part of our nightly reports often start later than expected. We previously allowed for a 20 minute delay but now we can allow for a 59 minute delay. 59 minutes is the longest possible delay that should still not cause confusion when reporting the results.
1 parent 8857cd2 commit bd4a20a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/gha/report_build_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129

130130
general_test_hour = 9
131131
firestore_test_hour = 10
132-
test_time_minute_range = 20
132+
test_time_minute_range = 59
133133

134134
def rename_key(old_dict,old_name,new_name):
135135
"""Rename a key in a dictionary, preserving the order."""

0 commit comments

Comments
 (0)