From 015847d57d7caba1e8a6e5bfced602231f44a315 Mon Sep 17 00:00:00 2001 From: Chris Araman Date: Wed, 28 Apr 2021 18:38:14 -0700 Subject: [PATCH] =?UTF-8?q?=E2=8F=B0=20Wait=20a=20bit=20longer=20for=20Git?= =?UTF-8?q?Hub=20Actions=20runner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tests/MasKitTests/Commands/InfoCommandSpec.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/MasKitTests/Commands/InfoCommandSpec.swift b/Tests/MasKitTests/Commands/InfoCommandSpec.swift index 0da85134d..0e52ef084 100644 --- a/Tests/MasKitTests/Commands/InfoCommandSpec.swift +++ b/Tests/MasKitTests/Commands/InfoCommandSpec.swift @@ -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()