From 395b0b3ec2aa1833c9f3ce0c1540f808f2f8de9c Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Tue, 7 Feb 2017 17:24:17 +0200 Subject: [PATCH] Issue #2845837 : Updated [ Feature: Website Base Requirements - Website Languages - All content translatable to all languages ] automated functional test. --- .travis.yml | 3 ++- tests/features/varbase/step1-init-tests/2-add-arabic.feature | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6b382020..057922e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ cache: php: - 5.6 - 7.0 + - 7.1 env: - VERSION=8.x-4.x @@ -49,7 +50,7 @@ install: - mysql -e "SHOW VARIABLES LIKE 'wait_timeout'" # PHP Configurations. - - echo 'max_execution_time = 600' >> drupal.php.ini; + - echo 'max_execution_time = 300' >> drupal.php.ini; - echo 'max_input_time = 180' >> drupal.php.ini; - echo 'max_input_vars = 10000' >> drupal.php.ini; - echo 'memory_limit = 512M' >> drupal.php.ini; diff --git a/tests/features/varbase/step1-init-tests/2-add-arabic.feature b/tests/features/varbase/step1-init-tests/2-add-arabic.feature index d00aa585..dfa95b50 100644 --- a/tests/features/varbase/step1-init-tests/2-add-arabic.feature +++ b/tests/features/varbase/step1-init-tests/2-add-arabic.feature @@ -13,12 +13,8 @@ Feature: Add Arabic language if we do not have it to languages in the system. When I select "ar" from "Language name" And I press "Add language" And I wait for the batch job to finish - And I wait for the batch job to finish - And I wait for the batch job to finish Then I should see "The language Arabic has been created and can now be used." And I wait for the batch job to finish - And I wait for the batch job to finish - And I wait for the batch job to finish When I go to "/admin/config/regional/language" And I wait Then I should see "Arabic" -- GitLab