mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
timeout fix
This commit is contained in:
parent
44416b722e
commit
557aa984d4
1 changed files with 2 additions and 2 deletions
|
@ -274,8 +274,8 @@ test_script:
|
||||||
#--- end Job
|
#--- end Job
|
||||||
|
|
||||||
[bool]$res=$false
|
[bool]$res=$false
|
||||||
# Wait 120 sec timeout for Job
|
# Wait 180 sec timeout for Job
|
||||||
if(Wait-Job $Job -Timeout 150){
|
if(Wait-Job $Job -Timeout 180){
|
||||||
$Results = $Job | Receive-Job
|
$Results = $Job | Receive-Job
|
||||||
if($Results -like "true"){
|
if($Results -like "true"){
|
||||||
$res=$true
|
$res=$true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue