]> source.dussan.org Git - gitea.git/commit
archiver: tests: fix several timing nits
authorKyle Evans <kevans@FreeBSD.org>
Tue, 5 May 2020 22:30:21 +0000 (17:30 -0500)
committerKyle Evans <kevans@FreeBSD.org>
Tue, 5 May 2020 22:30:21 +0000 (17:30 -0500)
commit59786fe125fe4cd3efd277657f2996d228675ab8
treea9eedfd29c64911659b4cd153bddb5d2c69b25af
parent3b8eac493b9aee8b169bd1f81f70d5a40cee1c0a
archiver: tests: fix several timing nits

Once we've signaled a cond var, it may take some small amount of time for
the goroutines released to hit the spot we're wanting them to be at. Give
them an appropriate amount of time.
services/archiver/archiver_test.go