mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-14 14:20:45 +01:00
[iOS] Add expiration time to tests running on iPhone7 device
Based on limited iPhone7 device swarming pool capacity, we need to increase tasks expiration time to 1 hour. Bug: chromium:774381 No-Try: true Change-Id: I66da6c2d5b03ba8c52eead5260b3c244f1df7894 Reviewed-on: https://webrtc-review.googlesource.com/23003 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20692}
This commit is contained in:
parent
6dfb5a8571
commit
7fe73b1aef
2 changed files with 4 additions and 2 deletions
|
@ -25,5 +25,6 @@
|
|||
"device type": "iPhone 7",
|
||||
"os": "11.0"
|
||||
}
|
||||
]
|
||||
],
|
||||
"expiration_time": 3600
|
||||
}
|
||||
|
|
|
@ -25,5 +25,6 @@
|
|||
"device type": "iPhone 7",
|
||||
"os": "11.0"
|
||||
}
|
||||
]
|
||||
],
|
||||
"expiration_time": 3600
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue