increase time for restart test

This commit is contained in:
nakst 2022-01-18 11:38:03 +00:00
parent 7c4f131899
commit 29ac988b0f
1 changed files with 1 additions and 1 deletions

View File

@ -1296,7 +1296,7 @@ const Test tests[] = {
TEST(UTF8Tests, 60),
TEST(PipeTests, 60),
TEST(POSIXSubsystemTest, 60),
TEST(RestartTest, 600),
TEST(RestartTest, 1200),
TEST(ResizeFileTest, 600),
};