Fix e2e test (#4786)
https://github.com/grafana/oncall/pull/4785 continued
This commit is contained in:
parent
c728a0ad46
commit
f783876166
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ export const waitForSms = async (): Promise<string> => {
|
|||
// only start waiting for smses that would've been received after this function has been invoked
|
||||
since: new Date(),
|
||||
phoneNumberId: phoneNumber.id,
|
||||
timeout: 30_000,
|
||||
timeout: 180_000, // Wait for 3 minutes as SMS notifications are bundled and can take 2+ minutes to arrive
|
||||
},
|
||||
});
|
||||
return sms.body;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue