increase waiting time for account setting in test 83/142183/1 accepted/tizen_3.0_common accepted/tizen_3.0_ivi accepted/tizen_3.0_mobile accepted/tizen_3.0_wearable tizen_3.0 accepted/tizen/3.0/common/20170804.080732 accepted/tizen/3.0/ivi/20170804.074321 accepted/tizen/3.0/mobile/20170804.074318 accepted/tizen/3.0/wearable/20170804.074312 submit/tizen_3.0/20170803.064804
authorJongkyu Koo <jk.koo@samsung.com>
Thu, 3 Aug 2017 03:12:37 +0000 (12:12 +0900)
committerJongkyu Koo <jk.koo@samsung.com>
Thu, 3 Aug 2017 03:13:38 +0000 (03:13 +0000)
Change-Id: I0773c43b35e0ea4b01d805e956b4d2239a548466
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
test/testapp-account.c

index 0dc994f..0880a68 100644 (file)
@@ -411,7 +411,7 @@ static gboolean testapp_test_add_account_with_validation()
                }
 
                sleep(3);
-               if (loop_count == 20) {
+               if (loop_count == 30) {
                        testapp_print("email_add_account timeout.\n");
                        break;
                }