Set longRunningTestSeconds for Functional tests

This commit is contained in:
Ryan Brandenburg 2018-08-28 10:39:00 -07:00
parent d09c3c9e28
commit 234b003b31
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
{
"shadowCopy": false
"shadowCopy": false,
"longRunningTestSeconds": 60
}