Give probe tests a second chance to pass

...and bump up their timeout, since that seems more likely to happen if
we have to retry.

Change-Id: Ie05521f6cd146234dc5615c96ad19681b43e9110
(cherry picked from commit d4c0a7d3b3)
This commit is contained in:
Tim Burke 2020-12-08 15:21:36 -08:00 committed by Tim Burke
parent acb742ac1f
commit 851bdc004f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -21,6 +21,6 @@
shell:
cmd: |
source ~/.bashrc
nosetests test/probe/
nosetests test/probe/ --with-id || nosetests --failed
executable: /bin/bash
chdir: '{{ zuul.project.src_dir }}'