Skip to content

Commit 813d41e

Browse files
increase timeout
1 parent a9bc94c commit 813d41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/BankAccountsApi.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ describe("BankAccountsApi", () => {
125125
);
126126
}
127127
}
128-
}, 3000); // Increased timeout for API operations
128+
}, 30000); // Increased timeout for API operations
129129

130130
afterAll(async () => {
131131
const bankAccountApi = new BankAccountsApi(CONFIG_FOR_INTEGRATION);

0 commit comments

Comments
 (0)