Skip to content

Commit

Permalink
increase RAI dbpedia notebook timeout to 3 hours from 2 hours to redu…
Browse files Browse the repository at this point in the history
…ce transient failures (#2956)
  • Loading branch information
imatiach-msft authored Jan 18, 2024
1 parent 410dcd8 commit 7e7fd35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@
" classes=classes,\n",
" use_model_dependency=use_model_dependency,\n",
" )\n",
" rai_text_job.set_limits(timeout=7200)\n",
" rai_text_job.set_limits(timeout=10800)\n",
"\n",
" rai_text_job.outputs.dashboard.mode = \"upload\"\n",
" rai_text_job.outputs.ux_json.mode = \"upload\"\n",
Expand Down

0 comments on commit 7e7fd35

Please sign in to comment.