fix: timeout issue for notebook test (#1365)

This commit is contained in:
Andrew Ferlitsch
2022-12-16 18:27:09 -08:00
committed by GitHub
parent b6018551a5
commit 3d19ffb131
@@ -245,7 +245,7 @@ def process_and_execute_notebook(
result.logs_bucket = operation_metadata.build.logs_bucket
# Block and wait for the result
operation_result = operation.result()
operation_result = operation.result(timeout=86400)
result.duration = datetime.datetime.now() - time_start
result.is_pass = True