mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-07-01 03:01:36 +00:00
increase timeouts
This commit is contained in:
@ -3,5 +3,5 @@ import { getTwoResults } from '../compiled/examples/foldJoin';
|
||||
|
||||
export async function foldJoinCall(): Promise<number[]> {
|
||||
const relayPeerId = Fluence.getPeer().getStatus().relayPeerId;
|
||||
return await getTwoResults(relayPeerId);
|
||||
return await getTwoResults(relayPeerId, {ttl: 16000});
|
||||
}
|
||||
|
Reference in New Issue
Block a user