Merge pull request #1806 from jtattermusch/node_emulator_experiment

Increase timeout for tests that timeout under emulator (part 2)
This commit is contained in:
Michael Lumish 2021-06-02 09:50:24 -07:00 committed by GitHub
commit 7354ff5b58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -147,7 +147,8 @@ describe(`${anyGrpc.clientName} client -> ${anyGrpc.serverName} server`, functio
});
});
it('should receive all messages in a long stream', function(done) {
this.timeout(20000);
// the test is slow under aarch64 emulator
this.timeout(80000);
var arg = {
response_type: 'COMPRESSABLE',
response_parameters: [