From: Jeroen van der Heijden Date: Fri, 18 Sep 2020 12:06:37 +0000 (+0200) Subject: update time test X-Git-Tag: archive/raspbian/2.0.44-1+rpi1~1^2~3^2~2^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=37af0926adfc9ca1d18d29484f466918d916fb0c;p=siridb-server.git update time test --- diff --git a/itest/test_expiration.py b/itest/test_expiration.py index 5559f676..ce386005 100644 --- a/itest/test_expiration.py +++ b/itest/test_expiration.py @@ -106,7 +106,7 @@ class TestExpiration(TestBase): self.assertGreater(total, rest) await self.client0.query('alter database set expiration_num 3w') - await asyncio.sleep(40) # wait for optimize to complete + await asyncio.sleep(50) # wait for optimize to complete total = (await self.client0.query('count shards'))['shards'] self.assertEqual(total, rest)