mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
@ -271,7 +271,7 @@ func TestMigrateUpWithFixtures(t *testing.T) {
|
||||
|
||||
db := testSQLDB(t)
|
||||
|
||||
ctx, _ := testutil.Context(t)
|
||||
ctx := testutil.Context(t, testutil.WaitLong)
|
||||
|
||||
// Prepare database for stepping up.
|
||||
err := migrations.Down(db)
|
||||
|
Reference in New Issue
Block a user