teal icon indicating copy to clipboard operation
teal copied to clipboard

Dependency Test - max failed

Open donyunardi opened this issue 4 months ago • 0 comments

https://github.com/insightsengineering/teal/actions/runs/11172110749/job/31058830842

  ══ Failed tests ════════════════════════════════════════════════════════════════
  ── Failure ('test-module_teal.R:90:13'): creation process is invoked for teal.lockfile.mode = "enabled" and snapshot is copied to teal_app.lock and removed after session ended ──
  file.exists(renv_filename) is not TRUE
  
  `actual`:   FALSE
  `expected`: TRUE 

This is similar fail with our daily integration test and we have already increased the timeout here to 500 seconds.

To test this, I'm going to see if increasing the timeout will help resolve this.

donyunardi avatar Oct 04 '24 15:10 donyunardi