File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ notifications:
15
15
on_failure : always
16
16
branches :
17
17
only :
18
- - master
19
18
- develop
20
19
- /^release-.*/
21
20
script :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ class Config
4
4
API_KEY = ENV [ 'OST_KIT_API_KEY' ]
5
5
API_SECRET = ENV [ 'OST_KIT_API_SECRET' ]
6
6
OST_SDK = OSTSdk ::Saas ::Services . new ( { api_key : API_KEY , api_secret : API_SECRET ,
7
- api_base_url : API_BASE_URL , config : { timeout : 10 } , api_spec : false } )
7
+ api_base_url : API_BASE_URL , config : { timeout : 60 } , api_spec : false } )
8
8
9
9
OST_KIT_COMPANY_USER_ID = ENV [ 'OST_KIT_COMPANY_USER_ID' ]
10
10
OST_KIT_AUX_CHAIN_ID = ENV [ 'OST_KIT_AUX_CHAIN_ID' ]
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def initialize(params)
23
23
@api_key = params [ :api_key ]
24
24
@api_secret = params [ :api_secret ]
25
25
@api_spec = params [ :api_spec ]
26
- @timeout = 10
26
+ @timeout = 60
27
27
if ( params . key? ( :config ) )
28
28
config = params [ :config ]
29
29
if ( config . key? ( :timeout ) )
You can’t perform that action at this time.
0 commit comments