Skip to content

Commit

Permalink
reduce flakiness in custom_metrics notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSkolasinski committed Oct 21, 2020
1 parent f2b39e2 commit 03928db
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions examples/models/custom_metrics/customMetrics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [],
"source": [
"!pygmentize model_rest.yaml"
Expand Down Expand Up @@ -132,7 +130,7 @@
"outputs": [],
"source": [
"print(\"Waiting so metrics can be scraped\")\n",
"time.sleep(3)"
"time.sleep(10)"
]
},
{
Expand Down Expand Up @@ -195,9 +193,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [],
"source": [
"!pygmentize model_grpc.yaml"
Expand Down Expand Up @@ -252,7 +248,7 @@
"outputs": [],
"source": [
"print(\"Waiting so metrics can be scraped\")\n",
"time.sleep(3)"
"time.sleep(10)"
]
},
{
Expand Down Expand Up @@ -293,13 +289,6 @@
"source": [
"!helm delete seldon-core-analytics --namespace seldon-system"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -318,9 +307,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.8"
"version": "3.7.8"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}

0 comments on commit 03928db

Please sign in to comment.