Skip to content

Commit c4bfb7e

Browse files
committed
???
1 parent 30ebe88 commit c4bfb7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/androidTest/kotlin/com/darkrockstudios/app/securecamera/SmokeTestUiTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class SmokeTestUiTest {
4646
setPinFields("3133734", "313373")
4747
onNodeWithText(str(R.string.pin_creation_button)).performClick()
4848
try {
49-
waitForText(R.string.pin_creation_error)
49+
waitForText(R.string.pin_creation_error, timeout = 60.seconds)
5050
} catch (e: ComposeTimeoutException) {
5151
onRoot(useUnmergedTree = true).printToLog("TEST-TAG")
5252
throw e

0 commit comments

Comments
 (0)