Skip to content

Commit af8c663

Browse files
committed
update test case
1 parent 5986dc5 commit af8c663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/shared/clients/sagemakerClient.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ describe('SagemakerClient.waitForAppInService', function () {
252252
describeAppStub.resolves({ Status: 'Pending' })
253253

254254
await assert.rejects(
255-
client.waitForAppInService('domain1', 'space1', 'CodeEditor', undefined, 2, 10),
255+
client.waitForAppInService('domain1', 'space1', 'CodeEditor', undefined, 2, 2, 10),
256256
/Timed out waiting for app/
257257
)
258258
})

0 commit comments

Comments
 (0)