Skip to content

Commit

Permalink
Change timeout to 1000s in the notebook
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Ki Min <[email protected]>
  • Loading branch information
loomlike committed Nov 22, 2022
1 parent 7fcffba commit 190377c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/samples/nyc_taxi_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@
" output_path=offline_features_path,\n",
")\n",
"\n",
"client.wait_job_to_finish(timeout_sec=500)"
"client.wait_job_to_finish(timeout_sec=1000)"
]
},
{
Expand Down Expand Up @@ -1020,7 +1020,7 @@
" execution_configurations={\"spark.feathr.outputFormat\": \"parquet\"},\n",
")\n",
"\n",
"client.wait_job_to_finish(timeout_sec=500)"
"client.wait_job_to_finish(timeout_sec=1000)"
]
},
{
Expand Down

0 comments on commit 190377c

Please sign in to comment.