mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Bumped waitFor timeouts in gh-uploader tests
no issue - Travis was randomly failing here
This commit is contained in:
parent
320d228efd
commit
cf4246dd5e
@ -190,7 +190,7 @@ describe('Integration: Component: gh-uploader', function () {
|
||||
|
||||
this.set('files', [createFile(), createFile()]);
|
||||
|
||||
await waitFor('.is-uploading-test', {timeout: 100});
|
||||
await waitFor('.is-uploading-test', {timeout: 150});
|
||||
await settled();
|
||||
|
||||
expect(find('.is-uploading-test')).to.not.exist;
|
||||
@ -206,7 +206,7 @@ describe('Integration: Component: gh-uploader', function () {
|
||||
|
||||
this.set('files', [createFile(), createFile()]);
|
||||
|
||||
await waitFor('[data-test-progress-bar]', {timeout: 100});
|
||||
await waitFor('[data-test-progress-bar]', {timeout: 150});
|
||||
let progressBar = find('[data-test-progress-bar]');
|
||||
await waitUntil(() => {
|
||||
let width = parseInt(progressBar.style.width);
|
||||
|
Loading…
Reference in New Issue
Block a user