Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ead3d commit f6db95eCopy full SHA for f6db95e
coderd/database/migrations/migrate_test.go
@@ -271,7 +271,9 @@ func TestMigrateUpWithFixtures(t *testing.T) {
271
272
db := testSQLDB(t)
273
274
- ctx := testutil.Context(t, testutil.WaitLong)
+ // This test occasionally timed out in CI, which is understandable
275
+ // considering the amount of migrations and fixtures we have.
276
+ ctx := testutil.Context(t, testutil.WaitSuperLong)
277
278
// Prepare database for stepping up.
279
err := migrations.Down(db)
0 commit comments