Minor tuning of tests (#2201)

- Reduce verbosity for unit tests
- Refactor GH actions config and try again macos behave tests
This commit is contained in:
Alexander Kukushkin
2022-02-10 15:38:16 +01:00
committed by GitHub
parent afab392ead
commit d3e3b4e16f
6 changed files with 23 additions and 44 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ def main():
version = versions.get(what)
path = '/usr/lib/postgresql/{0}/bin:.'.format(version)
unbuffer = ['timeout', '600', 'unbuffer']
unbuffer = ['timeout', '900', 'unbuffer']
args = ['--tags=-skip'] if what == 'etcd' else []
else:
path = os.path.abspath(os.path.join('pgsql', 'bin'))