File tree 3 files changed +8
-4
lines changed
packages/google-cloud-compute
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 14
14
const config = {
15
15
"enable-source-maps" : true ,
16
16
"throw-deprecation" : true ,
17
- "timeout" : 10000
17
+ // There seems to be a regression such that overrides are not being
18
+ // supported by mocha:
19
+ "timeout" : 1200000
18
20
}
19
21
if ( process . env . MOCHA_THROW_DEPRECATION === 'false' ) {
20
22
delete config [ 'throw-deprecation' ] ;
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/nodejs-compute.git",
7
- "sha": "a42c5e06d02b85a090b01e6c37ab1e665afe5ee4 "
7
+ "sha": "c861b8c0754cecfa15cef22be3c030bb146ce987 "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "synthtool",
13
13
"remote": "https://github.com/googleapis/synthtool.git",
14
- "sha": "1c92077459db3dc50741e878f98b08c6261181e0 "
14
+ "sha": "e7034945fbdc0e79d3c57f6e299e5c90b0f11469 "
15
15
}
16
16
}
17
17
]
Original file line number Diff line number Diff line change 9
9
10
10
common_templates = gcp .CommonTemplates ()
11
11
templates = common_templates .node_library ()
12
- s .copy (templates )
12
+ s .copy (templates , exclude = [
13
+ '.mocharc.js'
14
+ ])
13
15
node .install ()
14
16
node .fix ()
You can’t perform that action at this time.
0 commit comments