Skip to content

Commit cd41e28

Browse files
committed
Increase waiting time
Signed-off-by: Terence <terencelimxp@gmail.com>
1 parent 1dc4ef6 commit cd41e28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/utils/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def start_job(feast_client: Client, feature_table: FeatureTable, pytestconfig):
3939

4040
job = feast_client.start_stream_to_online_ingestion(feature_table)
4141
wait_retry_backoff(
42-
lambda: (None, job.get_status() == SparkJobStatus.IN_PROGRESS), 240
42+
lambda: (None, job.get_status() == SparkJobStatus.IN_PROGRESS), 600
4343
)
4444
return job
4545

0 commit comments

Comments
 (0)