Skip to content

Commit

Permalink
Increase test time delay (iOS)
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed May 31, 2024
1 parent 632f972 commit 28cff0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ abstract class ProcessBaseTest {
assertTrue(stderrFile.exists())

withContext(Dispatchers.Default) {
p.waitForAsync(2.seconds)
p.waitForAsync(5.seconds)
}
}

Expand Down

0 comments on commit 28cff0d

Please sign in to comment.