Added timeout for test

This commit is contained in:
vladvildanov
2025-03-31 12:50:07 +03:00
parent f560bea523
commit df2b385ece
@@ -110,6 +110,9 @@ class TSINFO_Test extends PredisCommandTestCase
$redis->tscreate('temperature:2:32', $arguments)
);
# Timeout so key will be created.
$this->sleep(0.1);
$this->assertEquals($expectedResponse, $redis->tsinfo('temperature:2:32'));
}