Skip to content

Commit

Permalink
fix test (#2335)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlie-777 committed Apr 25, 2024
1 parent 0f0b644 commit 3af1dae
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -365,7 +365,7 @@ export class ChannelTests extends AITestClass {
return true;
}
return false;
}, "Wait for fetch response" + new Date().toISOString(), 60, 1000) as any)
}, "Wait for fetch response" + new Date().toISOString(), 200, 1000) as any)
});

this.testCase({
Expand Down

0 comments on commit 3af1dae

Please sign in to comment.