diff options
-rw-r--r-- | src/tests/elementary/elm_test_fileselector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/elementary/elm_test_fileselector.c b/src/tests/elementary/elm_test_fileselector.c index 880054324f..498dea3ba8 100644 --- a/src/tests/elementary/elm_test_fileselector.c +++ b/src/tests/elementary/elm_test_fileselector.c @@ -73,7 +73,7 @@ START_TEST (elm_fileselector_selected) selected = EINA_FALSE; ck_assert(elm_fileselector_selected_set(fileselector, exist)); - ck_assert(elm_test_helper_wait_flag(10, &selected)); + ck_assert(elm_test_helper_wait_flag(60, &selected)); ck_assert_str_eq(elm_fileselector_selected_get(fileselector), exist); |