[ARVADOS] updated: 1.3.0-3172-gf07a24458

Git user git at public.arvados.org
Fri Sep 18 22:17:42 UTC 2020


Summary of changes:
 services/api/test/unit/log_test.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  f07a244584325cef746309070205c4039e4564ba (commit)
      from  8503c026e63af2f396e82194e4ba24f1b49c1482 (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 f07a244584325cef746309070205c4039e4564ba
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Fri Sep 18 19:17:04 2020 -0300

    16791: Restores original deadline of 10 seconds on test.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>

diff --git a/services/api/test/unit/log_test.rb b/services/api/test/unit/log_test.rb
index 131f8b4b1..76d78f9ea 100644
--- a/services/api/test/unit/log_test.rb
+++ b/services/api/test/unit/log_test.rb
@@ -372,7 +372,7 @@ class LogTest < ActiveSupport::TestCase
     act_as_system_user do
       Log.create!()
     end
-    deadline = Time.now + 1
+    deadline = Time.now + 10
     while remaining_audit_logs.count == initial_audit_log_count
       if Time.now > deadline
         raise "timed out"

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list