Bump up probe test timeout

There's been a roughly 5x increase in timeouts in the last three months,
which was itself about a 10x increase from the three months prior. Let's
get timeouts to be the exception, not the norm.

FWIW, some stats over the past two and a half years:

  Quarter | Median    | Timeouts
          | Pass Time |
  --------+-----------+---------
   2018Q1 |     19.0m |        2
   2018Q2 |     24.5m |       19
   2018Q3 |     26.8m |        3
   2018Q4 |     29.0m |        2
   2019Q1 |     31.0m |        0
   2019Q2 |     31.7m |        4
   2019Q3 |     32.7m |        1
   2019Q4 |     33.7m |        2
   2020Q1 |     46.4m |       25
   2020Q2 |     47.5m |      134

Change-Id: Iab60b952dfd1060f1166e5a07c9298c75e6831f1
This commit is contained in:
Tim Burke 2020-06-22 15:32:31 -07:00
parent a47d5a1152
commit 5eb677fe50
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@
nodeset: centos-7
description: |
Setup a SAIO dev environment and run Swift's probe tests
timeout: 3600
timeout: 5400
pre-run:
- tools/playbooks/common/install_dependencies.yaml
- tools/playbooks/saio_single_node_setup/setup_saio.yaml