Skip to content

Commit eeb12b9

Browse files
committed
Increase timeouts
1 parent c328ca3 commit eeb12b9

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

packages/chart/src/test/CdcChart.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ describe('Chart', () => {
77
const pkgDir = path.join(__dirname, '..')
88
const result = testStandaloneBuild(pkgDir)
99
expect(result).toBe(true)
10-
}, 60000)
10+
}, 300000)
1111
})

packages/dashboard/src/test/CdcDashboard.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ describe('Dashboard', () => {
77
const pkgDir = path.join(__dirname, '..')
88
const result = testStandaloneBuild(pkgDir)
99
expect(result).toBe(true)
10-
}, 60000)
10+
}, 300000)
1111
})

packages/data-bite/src/test/CdcDataBite.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ describe('Data Bite', () => {
77
const pkgDir = path.join(__dirname, '..')
88
const result = testStandaloneBuild(pkgDir)
99
expect(result).toBe(true)
10-
}, 60000)
10+
}, 300000)
1111
})

packages/data-table/src/test/CdcDataTable.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ describe('Data Table', () => {
77
const pkgDir = path.join(__dirname, '..')
88
const result = testStandaloneBuild(pkgDir)
99
expect(result).toBe(true)
10-
}, 60000)
10+
}, 300000)
1111
})

packages/filtered-text/src/test/CdcFilteredText.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ describe('Filtered Text', () => {
77
const pkgDir = path.join(__dirname, '..')
88
const result = testStandaloneBuild(pkgDir)
99
expect(result).toBe(true)
10-
}, 60000)
10+
}, 300000)
1111
})

packages/map/src/test/CdcMap.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ describe('Map', () => {
77
const pkgDir = path.join(__dirname, '..')
88
const result = testStandaloneBuild(pkgDir)
99
expect(result).toBe(true)
10-
}, 60000)
10+
}, 300000)
1111
})

packages/markup-include/src/test/CdcMarkupInclude.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ describe('Markup Include', () => {
77
const pkgDir = path.join(__dirname, '..')
88
const result = testStandaloneBuild(pkgDir)
99
expect(result).toBe(true)
10-
}, 60000)
10+
}, 300000)
1111
})

packages/waffle-chart/src/test/CdcWaffleChart.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ describe('Waffle Chart', () => {
77
const pkgDir = path.join(__dirname, '..')
88
const result = testStandaloneBuild(pkgDir)
99
expect(result).toBe(true)
10-
}, 60000)
10+
}, 300000)
1111
})

0 commit comments

Comments
 (0)