[ARVADOS] updated: 2f3cb5d486bfd399f759296905a9d42872e33eaa
git at public.curoverse.com
git at public.curoverse.com
Tue Jun 9 14:39:33 EDT 2015
Summary of changes:
apps/workbench/test/performance/browsing_test.rb | 2 ++
services/api/db/structure.sql | 1 +
2 files changed, 3 insertions(+)
via 2f3cb5d486bfd399f759296905a9d42872e33eaa (commit)
from efc42e74d68cd131db98a2582077bd34d72ebc0b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 2f3cb5d486bfd399f759296905a9d42872e33eaa
Author: Nico Cesar <nico at curoverse.com>
Date: Tue Jun 9 14:38:18 2015 -0400
qr1hi-automated-performance-suite is failing because the test doesnt give enough time for the page to render
no issue #
diff --git a/apps/workbench/test/performance/browsing_test.rb b/apps/workbench/test/performance/browsing_test.rb
index 843aa3a..96e2d5f 100644
--- a/apps/workbench/test/performance/browsing_test.rb
+++ b/apps/workbench/test/performance/browsing_test.rb
@@ -34,6 +34,8 @@ class BrowsingTest < WorkbenchPerformanceTest
end
end
+ sleep(25)
+
# In the search dialog now. Expect at least one item in the result display.
within '.modal-content' do
assert_text 'All projects'
diff --git a/services/api/db/structure.sql b/services/api/db/structure.sql
index 0eef6b4..66b41cb 100644
--- a/services/api/db/structure.sql
+++ b/services/api/db/structure.sql
@@ -3,6 +3,7 @@
--
SET statement_timeout = 0;
+SET lock_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SET check_function_bodies = false;
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list