Merge pull request #2882 from cgwalters/more-test-concurrency

test-concurrency: Don't lower timeout
This commit is contained in:
Dan Nicholson 2023-06-13 16:36:32 -06:00 committed by GitHub
commit e79591501c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,10 +43,6 @@ with open('repo/config', 'a') as f:
# it's simpler, and we don't need xattr coverage for this
f.write('disable-xattrs=true\n')
# Make any locking errors fail quickly instead of blocking the test
# for 30 seconds.
f.write('lock-timeout-secs=5\n')
def commit(v):
tdir='tree{}'.format(v)
cmd = ['ostree', '--repo=repo', 'commit', '--fsync=0', '-b', tdir, '--tree=dir='+tdir]