Skip to content

Commit 21f60cb

Browse files
committed
fix supabase test
1 parent 0d3c00e commit 21f60cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/supabase/test/client_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ void main() {
135135
});
136136

137137
test('call recoverSession', () async {
138-
final expiresAt = DateTime.now().add(Duration(seconds: 11));
138+
final expiresAt = DateTime.now().add(Duration(seconds: 31));
139139

140140
final mockServer = await HttpServer.bind('localhost', 0);
141141
final supabase = SupabaseClient(

0 commit comments

Comments
 (0)