Skip to content

Commit

Permalink
[Engineering System] Increase Timeout for Live Tests (#6129)
Browse files Browse the repository at this point in the history
Due to the current state of the Event Hubs test suite, a live test run for
a given platform is taking roughly 90 minutes on average.  Because Windows is
running two target platforms, the test run has been averaging roughly 2 hours
and 30 minutes.

The last couple of days have seen the Windows tests fail to complete in the
allowed timeout window, surpassing the 155 minute mark, though it is believed that
they would have completed if given another 5 minutes.

Until we're able to refactor the Event Hubs tests for test timings, isolation,
and parallelization, adjusting the timeout to allow nightly runs to complete
without timing out.
  • Loading branch information
jsquire authored May 6, 2019
1 parent ff2f896 commit 9ad1d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ variables:
jobs:
- job: 'Test'

# Increase timeout so Event Hubs tests do not timeout (Windows runs for ~2h 25m, on average due to having two target platforms)
# Increase timeout so Event Hubs tests do not timeout (Windows runs for ~2h 35m, on average due to having two target platforms)
# https://github.com/Azure/azure-sdk-for-net/issues/5982
timeoutInMinutes: 155
timeoutInMinutes: 175

strategy:
maxParallel: $[ variables['MaxParallelTestJobs'] ]
Expand Down

0 comments on commit 9ad1d0f

Please sign in to comment.