diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 9c8b8333b..2a1cca366 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -11,7 +11,7 @@ jobs: name: E2E Testing on ${{ matrix.os }} runs-on: ${{ matrix.os }} env: - DOWNLOAD_TIMEOUT: 60000 + DOWNLOAD_TIMEOUT: 90000 VITE_SHOW_SAMPLE_DATA: true steps: - uses: actions/checkout@v4 diff --git a/src/components/AnnotationsModule.vue b/src/components/AnnotationsModule.vue index 1f3adb556..ec1456493 100644 --- a/src/components/AnnotationsModule.vue +++ b/src/components/AnnotationsModule.vue @@ -54,10 +54,9 @@ watch( diff --git a/src/components/ProcessControls.vue b/src/components/ProcessControls.vue index a1b40b660..804d1829f 100644 --- a/src/components/ProcessControls.vue +++ b/src/components/ProcessControls.vue @@ -1,38 +1,29 @@