nodejs/node#11086 introduced a new --abort-on-timeout command line option for tools/test.py that makes tests that timeout abort instead of being terminated.
I'd like to use this flag for test jobs running on SmartOS so that we can get a core file when a test times out and investigate the cause for the test timing out.
When testing the PR mentioned above, I had already added a new test job named "node-test-commit-smartos-abort-on-timeout" that defines a new environment variable TEST_CI_ARGS and sets it to --abort-on-timeout by default.
What do you think of making the same change to the node-test-commit-smartos job?
/cc @nodejs/build