chiark / gitweb /
test-execute: make find invocation a bit more efficent, increase timeout
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 11 Apr 2018 14:50:48 +0000 (16:50 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
commita37ab83d0da89ef55905edfe838a5c05891a989f
treef673bed2422997df90657a1c54f850e00bdcc5a3
parent4bdb280770447021cecff5e3d95dcf7e46139ce2
test-execute: make find invocation a bit more efficent, increase timeout

We go through the whole file system, so this test can take arbitrary time.  But
this test is still quite useful, so let's at least try to make it more efficent
by not descending at all into the directories we would filter out later on
anyway.

Also increase the timeout, in case the previous step doesn't help enough.
src/test/meson.build