summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2020-12-08 15:21:36 -0800
committerTim Burke <tim.burke@gmail.com>2020-12-08 15:24:20 -0800
commitd4c0a7d3b3106f8b491e78ea21fca36c99ad04d9 (patch)
tree6f070dc257f589f99ab66787d1503e07f5adbd73 /tools
parentfe1f1e8271d3c6cdc773b447a55c6a5cdb3efd1d (diff)
downloadswift-d4c0a7d3b3106f8b491e78ea21fca36c99ad04d9.tar.gz
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
Diffstat (limited to 'tools')
-rw-r--r--tools/playbooks/probetests/run.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/playbooks/probetests/run.yaml b/tools/playbooks/probetests/run.yaml
index 912b19aaa..323b52cb7 100644
--- a/tools/playbooks/probetests/run.yaml
+++ b/tools/playbooks/probetests/run.yaml
@@ -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 }}'