tests: Bump up timeout for unit and in-process func tests

We've been seeing more TIMEOUT failures lately where the jobs still seem
to be making steady (if slow) progress.

Change-Id: I19c1f48bace551c78ad0c6c8b6ccad75e44e8904
This commit is contained in:
Tim Burke 2020-06-05 14:19:57 -07:00
parent ba01f93ad9
commit 11dd0da29a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
It sets TMPDIR to an XFS mount point created via
tools/test-setup.sh.
timeout: 2400
timeout: 3600
vars:
tox_environment:
TMPDIR: '{{ ansible_env.HOME }}/xfstmp'