Commit c5445f61 authored by Andrejs Cunskis's avatar Andrejs Cunskis

Increase wait duration for group import validation

parent 2520e560
......@@ -92,7 +92,7 @@ module QA
Page::Group::BulkImport.perform do |import_page|
import_page.import_group(source_group.path, sandbox.path)
expect(import_page).to have_imported_group(source_group.path, wait: 180)
expect(import_page).to have_imported_group(source_group.path, wait: 300)
aggregate_failures do
expect { imported_group.reload! }.to eventually_eq(source_group).within(duration: 10)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment