Commit d966213f authored by Andrejs Cunskis's avatar Andrejs Cunskis

Increase timeout for import wait

parent 235f5456
...@@ -71,7 +71,7 @@ module QA ...@@ -71,7 +71,7 @@ module QA
import_page.import_group(source_group.path, sandbox.path) import_page.import_group(source_group.path, sandbox.path)
aggregate_failures do aggregate_failures do
expect(import_page).to have_imported_group(source_group.path, wait: 60) expect(import_page).to have_imported_group(source_group.path, wait: 120)
expect(comparable_group(imported_group)).to eq(comparable_group(source_group)) expect(comparable_group(imported_group)).to eq(comparable_group(source_group))
end end
end end
......
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