From 897b77b7760ddfe9966177357e878e26673e24a8 Mon Sep 17 00:00:00 2001 From: gebele Date: Fri, 24 Oct 2014 16:56:37 +0200 Subject: put task status --- test/toxbank-investigation-sparql.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/toxbank-investigation-sparql.rb b/test/toxbank-investigation-sparql.rb index 8df9650..f4c4018 100644 --- a/test/toxbank-investigation-sparql.rb +++ b/test/toxbank-investigation-sparql.rb @@ -239,9 +239,10 @@ class TBSPARQLTestExtended < MiniTest::Test if subtask != "" task = OpenTox::Task.new subtask.chomp task.wait + puts task.hasStatus end - puts "sleep 120s" - sleep 120 + #puts "sleep 120s" + #sleep 120 end # Retrieves all factors (name, value, ontology URI of the value) given an investigation URI -- cgit v1.2.3 From 42c4e46e81f279b6d58ee4cf82c8750b6938407c Mon Sep 17 00:00:00 2001 From: gebele Date: Sun, 26 Oct 2014 16:10:31 +0100 Subject: sleep 120 --- test/toxbank-investigation-sparql.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/toxbank-investigation-sparql.rb b/test/toxbank-investigation-sparql.rb index f4c4018..5b5bacb 100644 --- a/test/toxbank-investigation-sparql.rb +++ b/test/toxbank-investigation-sparql.rb @@ -241,8 +241,8 @@ class TBSPARQLTestExtended < MiniTest::Test task.wait puts task.hasStatus end - #puts "sleep 120s" - #sleep 120 + puts "sleep 120s" + sleep 120 end # Retrieves all factors (name, value, ontology URI of the value) given an investigation URI -- cgit v1.2.3