Update gentle-wake-up.groovy
authorRahmadi Trimananda <rahmadi.trimananda@uci.edu>
Thu, 8 Aug 2019 19:09:56 +0000 (12:09 -0700)
committerGitHub Enterprise <noreply@github.uci.edu>
Thu, 8 Aug 2019 19:09:56 +0000 (12:09 -0700)
official/gentle-wake-up.groovy

index 3dfe9fa581678b576ffcb416c0fa37857a9b5568..1024cde537db4e2e77f1c1b0d4652b74e6a109c7 100755 (executable)
@@ -723,7 +723,9 @@ def completionPercentage() {
        def percentComplete = timeElapsed / totalRunTime * 100
        log.debug "percentComplete: ${percentComplete}"
 
-       return percentComplete
+       //return percentComplete
+       // We do not have the notion of time for model-checking
+       return 100
 }
 
 int totalRunTimeMillis() {