Skip to content

Commit fd12155

Browse files
committed
test(e2e): increase file watcher count to prevent ENOSPC errors
1 parent 53d5916 commit fd12155

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildspec/linuxE2ETests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ phases:
2626
# - '>/dev/null apt-get -qq install -y ca-certificates'
2727
# - 'apt-get install --reinstall ca-certificates'
2828
- bash buildspec/shared/linux-install.sh
29+
# increase file watcher count (ENOSPC error)
30+
- sysctl fs.inotify.max_user_watches=524288
2931

3032
pre_build:
3133
commands:

0 commit comments

Comments
 (0)