How to increase "Instruments did not terminate after 5 seconds"

I ran build on travis-ci and I got this message. How to increase the timeout

[iOS] Instruments didn't shut down. Error: Instruments did not terminate after 5 seconds!
[simctl] Error: Command 'xcrun simctl erase 5752202B-E7A2-4B6C-9D7B-B211C2F54654' timed out after 2000ms
    at Timeout._onTimeout (lib/teen_process.js:78:19)
    at tryOnTimeout (timers.js:224:11)
    at Timer.listOnTimeout (timers.js:198:5)
 { Error: Command 'xcrun simctl erase 5752202B-E7A2-4B6C-9D7B-B211C2F54654' timed out after 2000ms
    at Timeout._onTimeout (lib/teen_process.js:78:19)
    at tryOnTimeout (timers.js:224:11)
    at Timer.listOnTimeout (timers.js:198:5) stdout: '', stderr: '', code: null }
[simctl] Error: Command 'xcrun simctl erase 5752202B-E7A2-4B6C-9D7B-B211C2F54654' timed out after 2000ms
    at Timeout._onTimeout (lib/teen_process.js:78:19)
    at tryOnTimeout (timers.js:224:11)
    at Timer.listOnTimeout (timers.js:198:5)
 { Error: Command 'xcrun simctl erase 5752202B-E7A2-4B6C-9D7B-B211C2F54654' timed out after 2000ms
    at Timeout._onTimeout (lib/teen_process.js:78:19)
    at tryOnTimeout (timers.js:224:11)
    at Timer.listOnTimeout (timers.js:198:5) stdout: '', stderr: '', code: null }
[simctl] Error: Command 'xcrun simctl erase 5752202B-E7A2-4B6C-9D7B-B211C2F54654' timed out after 2000ms
    at Timeout._onTimeout (lib/teen_process.js:78:19)
    at tryOnTimeout (timers.js:224:11)
    at Timer.listOnTimeout (timers.js:198:5)
 { Error: Command 'xcrun simctl erase 5752202B-E7A2-4B6C-9D7B-B211C2F54654' timed out after 2000ms
    at Timeout._onTimeout (lib/teen_process.js:78:19)
    at tryOnTimeout (timers.js:224:11)
    at Timer.listOnTimeout (timers.js:198:5) stdout: '', stderr: '', code: null }
[simctl] Error: Command 'xcrun simctl erase 5752202B-E7A2-4B6C-9D7B-B211C2F54654' timed out after 2000ms
    at Timeout._onTimeout (lib/teen_process.js:78:19)
    at tryOnTimeout (timers.js:224:11)
    at Timer.listOnTimeout (timers.js:198:5)
 { Error: Command 'xcrun simctl erase 5752202B-E7A2-4B6C-9D7B-B211C2F54654' timed out after 2000ms
    at Timeout._onTimeout (lib/teen_process.js:78:19)
    at tryOnTimeout (timers.js:224:11)
    at Timer.listOnTimeout (timers.js:198:5) stdout: '', stderr: '', code: null }
[simctl] Error: Command 'xcrun simctl erase 5752202B-E7A2-4B6C-9D7B-B211C2F54654' timed out after 2000ms
    at Timeout._onTimeout (lib/teen_process.js:78:19)
    at tryOnTimeout (timers.js:224:11)
    at Timer.listOnTimeout (timers.js:198:5)
 { Error: Command 'xcrun simctl erase 5752202B-E7A2-4B6C-9D7B-B211C2F54654' timed out after 2000ms
    at Timeout._onTimeout (lib/teen_process.js:78:19)
    at tryOnTimeout (timers.js:224:11)
    at Timer.listOnTimeout (timers.js:198:5) stdout: '', stderr: '', code: null }

Thank you.