Commits


Carlos O'Ryan authored and Antoine Pitrou committed f473cb908f4
ARROW-15113: [C++] Make GcsFileSystem tests a bit faster Before: ``` 80/86 Test #50: arrow-gcsfs-test .......................... Passed 13.52 sec ``` After: ``` 64/86 Test #50: arrow-gcsfs-test .......................... Passed 4.95 sec ``` Closes #11959 from coryan/ARROW-15113-gcsfs-speedup-tests-take2 Authored-by: Carlos O'Ryan <coryan@google.com> Signed-off-by: Antoine Pitrou <antoine@python.org>