mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-08 13:00:05 +00:00
fix: increasing timeout, closes #657
This commit is contained in:
@@ -1103,7 +1103,7 @@ export class SASViyaApiClient {
|
|||||||
|
|
||||||
const { result: state } = await this.requestClient
|
const { result: state } = await this.requestClient
|
||||||
.get<string>(
|
.get<string>(
|
||||||
`${this.serverUrl}${stateLink.href}?_action=wait&wait=30`,
|
`${this.serverUrl}${stateLink.href}?_action=wait&wait=300`,
|
||||||
accessToken,
|
accessToken,
|
||||||
'text/plain',
|
'text/plain',
|
||||||
{},
|
{},
|
||||||
@@ -1130,7 +1130,7 @@ export class SASViyaApiClient {
|
|||||||
if (stateLink) {
|
if (stateLink) {
|
||||||
const { result: jobState } = await this.requestClient
|
const { result: jobState } = await this.requestClient
|
||||||
.get<string>(
|
.get<string>(
|
||||||
`${this.serverUrl}${stateLink.href}?_action=wait&wait=30`,
|
`${this.serverUrl}${stateLink.href}?_action=wait&wait=300`,
|
||||||
accessToken,
|
accessToken,
|
||||||
'text/plain',
|
'text/plain',
|
||||||
{},
|
{},
|
||||||
|
|||||||
Reference in New Issue
Block a user