Skip to content

Commit

Permalink
⏰ Wait a bit longer for GitHub Actions runner
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-araman committed Apr 29, 2021
1 parent 5df1245 commit 015847d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/MasKitTests/Commands/InfoCommandSpec.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class InfoCommandSpec: QuickSpec {

expect(result).to(beSuccess())
// output is async so need to wait for contents to be updated
expect(output.contents).toEventuallyNot(beEmpty())
expect(output.contents).toEventuallyNot(beEmpty(), timeout: .seconds(30))
expect(output.contents) == expectedOutput

output.closeConsolePipe()
Expand Down

0 comments on commit 015847d

Please sign in to comment.