Skip to content

Commit

Permalink
give app insights scaler test a little more time to scale
Browse files Browse the repository at this point in the history
  • Loading branch information
markrzasa committed Jan 27, 2022
1 parent 64f6ce5 commit 8c4c132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scalers/azure-app-insights.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ test.serial.cb('Auth trigger deployment should scale to 2 replicas', t => {
)
}

assert_replicas(t, auth_trigger_test_data.namespace, auth_trigger_test_data.name, 2, 180)
assert_replicas(t, auth_trigger_test_data.namespace, auth_trigger_test_data.name, 2, 240)
t.end()
})
})
Expand Down

0 comments on commit 8c4c132

Please sign in to comment.