diff --git a/FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/gmailapi/ThreadDetailsAttachmentsActionsGmailApiFlowTest.kt b/FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/gmailapi/ThreadDetailsAttachmentsActionsGmailApiFlowTest.kt index cc521a882..49d2fbe73 100644 --- a/FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/gmailapi/ThreadDetailsAttachmentsActionsGmailApiFlowTest.kt +++ b/FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/gmailapi/ThreadDetailsAttachmentsActionsGmailApiFlowTest.kt @@ -78,7 +78,10 @@ class ThreadDetailsAttachmentsActionsGmailApiFlowTest : BaseThreadDetailsGmailAp ) ) - waitForObjectWithText(getResString(R.string.warning_don_not_have_content_app)) + waitForObjectWithText( + getResString(R.string.warning_don_not_have_content_app), + TimeUnit.SECONDS.toMillis(10) + ) isDialogWithTextDisplayed(decorView, getResString(R.string.warning_don_not_have_content_app)) }