Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timed out failure! #195

Open
Double-bear opened this issue Jan 5, 2024 · 0 comments
Open

Timed out failure! #195

Double-bear opened this issue Jan 5, 2024 · 0 comments

Comments

@Double-bear
Copy link

Hello, When my code runs to the end, I encounter the following error:

killing safari
2024-01-05T10:00:54.394Z FAILURES:  [
  [
    {
      browser: 'safari',
      nightly: false,
      incognito: false,
      android: false,
      ios: false,
      appDir: undefined
    },
    {
      status: 'rejected',
      reason: Error: safari tests timed out after 600 s.
          at Timeout._onTimeout (/Users/admin/Desktop/privacytests.org/scripts/test.js:41:41)
          at listOnTimeout (node:internal/timers:573:17)
          at process.processTimers (node:internal/timers:514:7)
    },
    { status: 'fulfilled', value: [Object] }
  ]
]
2024-01-05T10:00:54.450Z Wrote results to "../results/20240105/index.json".
[ '../results/20240105/index.json' ]
Reading from raw results files: ../results/20240105/index.json
0
[]
undefined
Desktop
2024-01-05T10:00:54.452Z TypeError: body is not iterable
    at htmlTable (/Users/admin/Desktop/privacytests.org/scripts/render.js:72:21)
    at content (/Users/admin/Desktop/privacytests.org/scripts/render.js:388:5)
    at contentPage (/Users/admin/Desktop/privacytests.org/scripts/render.js:410:16)
    at renderPage (/Users/admin/Desktop/privacytests.org/scripts/render.js:525:25)
    at Object.render (/Users/admin/Desktop/privacytests.org/scripts/render.js:542:62)
    at main (/Users/admin/Desktop/privacytests.org/scripts/test.js:657:18)

my desktop.yaml is following:

browsers:
 - safari
filename: index
repeat: 1

I have repeated many times and it's always the same error. How should I solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant