projects
/
platform
/
core
/
messaging
/
email-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3ed13b
)
increase waiting time for account setting in test
81/142181/1
accepted/tizen/unified/20170804.132922
submit/tizen/20170803.064520
author
Jongkyu Koo
<jk.koo@samsung.com>
Thu, 3 Aug 2017 03:12:37 +0000
(12:12 +0900)
committer
Jongkyu Koo
<jk.koo@samsung.com>
Thu, 3 Aug 2017 03:12:37 +0000
(12:12 +0900)
Change-Id: I0773c43b35e0ea4b01d805e956b4d2239a548466
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
test/testapp-account.c
patch
|
blob
|
history
diff --git
a/test/testapp-account.c
b/test/testapp-account.c
index 0dc994f9e4082d8e26087a3ab93c5a22fb16a97f..0880a68334476fb8b3914698dad4656bd3e4143d 100644
(file)
--- a/
test/testapp-account.c
+++ b/
test/testapp-account.c
@@
-411,7
+411,7
@@
static gboolean testapp_test_add_account_with_validation()
}
sleep(3);
- if (loop_count ==
2
0) {
+ if (loop_count ==
3
0) {
testapp_print("email_add_account timeout.\n");
break;
}