]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - appveyor.yml
inc timeout
[proxmark3-svn] / appveyor.yml
index f60c8e40bc4e68d5236b3b1a76414fa3b7263b1a..b212318ee36b5469d3821a848b20d88b0f03ea95 100644 (file)
@@ -232,8 +232,8 @@ test_script:
     #--- end Job
 
       [bool]$res=$false
-      # Wait 40 sec timeout for Job
-      if(Wait-Job $Job -Timeout 40){
+      # Wait 120 sec timeout for Job
+      if(Wait-Job $Job -Timeout 120){
         $Results = $Job | Receive-Job
         if($Results -like "true"){
           $res=$true
@@ -277,6 +277,8 @@ test_script:
 
     ExecTest "hf mf hardnested" "hf mf hardnested" {bash -lc "cd ~/client;proxmark3 comx -c 'hf mf hardnested t 1 000000000000'"} "found:"
 
+    #proxmark crypto tests
+
     ExecTest "hf emv test" "hf emv test" {bash -lc "cd ~/client;proxmark3 comx -c 'hf emv test'"} "[OK]"
 
     if ($global:TestsPassed) {
Impressum, Datenschutz