Skip to content

Commit

Permalink
test: increase the wait time for schematics test (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashiq-J authored Jul 4, 2024
1 parent 3410f59 commit e066f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func TestFSCloudInSchematic(t *testing.T) {
TemplateFolder: fscloudExampleDir,
Tags: []string{"test-schematic"},
DeleteWorkspaceOnFail: false,
WaitJobCompleteMinutes: 60,
WaitJobCompleteMinutes: 120,
})

// If "jp-osa" was the best region selected, default to us-south instead.
Expand Down

0 comments on commit e066f4e

Please sign in to comment.