Bugfix: accelleration is divided twice
[Tachyon.git] / test / accellerate_float
index 8ff7325..b04401f 100755 (executable)
@@ -15,9 +15,9 @@ duration=$(($END_TIME - $START_TIME))
 echo "Elapsed time is $duration"
 cat sleep.tmp
 
-if [[ $duration -eq 1 ]] || [[ $duration -eq 2 ]]
+if [[ $duration -eq 2 ]] || [[ $duration -eq 3 ]]
 then
-   echo "Elapsed time within 2 seconds"
+   echo "Elapsed time within 3 seconds"
    exit 0
 fi
 echo "Elapsed time $duration seconds is unexpected."