Merge branch '4031-fix-graph-connections' closes #4031
[arvados.git] / apps / workbench / test / integration / pipeline_instances_test.rb
index 10cde8946ad451ea9853524bdd0582a829f69b47..7095a87442ab9179f39a9918ec2fc061148eea66 100644 (file)
@@ -340,8 +340,8 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
   end
 
   [
-    [0, 0], # run time 0 minutes
-    [9, 17*60*60 + 51*60], # run time 17 hours and 51 minutes
+    [1, 0], # run time 0 minutes
+    [10, 17*60*60 + 51*60], # run time 17 hours and 51 minutes
   ].each do |index, run_time|
     test "pipeline start and finish time display #{index}" do
       visit page_with_token("user1_with_load", "/pipeline_instances/zzzzz-d1hrv-10pipelines0#{index.to_s.rjust(3, '0')}")