maybe fixed tests2

This commit is contained in:
pushrbx 2024-05-31 17:58:10 +01:00
parent 63e7996c87
commit d7c9d914be
No known key found for this signature in database
GPG Key ID: A16A474BBC2C91D9

View File

@ -82,5 +82,6 @@ trait SyntheticMongoDbTransaction
{
DB::table($tableName)->truncate();
}
usleep(35 * 1000);
}
}