Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/js-sdk/tests/template/backgroundBuild.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ test('build template in background', async () => {
// Verify the build is actually running
const status = await Template.getBuildStatus(buildInfo)
expect(status.status).toEqual('building')
}, 10_000)
}, 180_000)
Comment thread
mishushakov marked this conversation as resolved.
Comment thread
mishushakov marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


@pytest.mark.skip_debug()
@pytest.mark.timeout(10)
async def test_build_in_background_should_start_build_and_return_info():
"""Test that build_in_background returns immediately without waiting for build to complete."""
template = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


@pytest.mark.skip_debug()
@pytest.mark.timeout(10)
def test_build_in_background_should_start_build_and_return_info():
"""Test that build_in_background returns immediately without waiting for build to complete."""
template = (
Expand Down
Loading