Bump timeout of create-daml-app tests (#12727)

changelog_begin
changelog_end
This commit is contained in:
Moritz Kiefer 2022-02-02 22:18:13 +01:00 committed by GitHub
parent 7a5172c025
commit 2ca639ff64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,7 @@ test('create and look up user using ledger library', async () => {
expect(userContract1).toEqual(userContract2);
const users = await ledger.query(User.User);
expect(users[0]).toEqual(userContract1);
});
}, 20_000);
// The tests following use the headless browser to interact with the app.
// We select the relevant DOM elements using CSS class names that we embedded