| author | Stephen Paul Weber
<singpolyma@singpolyma.net> 2026-09-09 18:37:37 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2026-09-09 18:37:37 UTC |
| parent | b7e106e41496b107410cadb1d8954a8eed06d7e4 |
| test/TestSqlite.hx | +1 | -1 |
diff --git a/test/TestSqlite.hx b/test/TestSqlite.hx index 4c2eed8..fe59a6b 100644 --- a/test/TestSqlite.hx +++ b/test/TestSqlite.hx @@ -94,7 +94,7 @@ class MockMediaStore implements MediaStore { } @:access(borogove) -@:timeout(3000) +@:timeout(5000) class TestSqlite extends utest.Test { var persistence: Sqlite; var mediaStore: MockMediaStore;