Skip to content

Commit

Permalink
add mu plugin to lower the autosave interval for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Silverstein committed May 14, 2018
1 parent 2531102 commit 264965d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/e2e/test-mu-plugins/low-autosave-interval.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php
/**
* Plugin Name: Low Autosave Interval
* Plugin URI: https://github.com/WordPress/gutenberg
* Author: Gutenberg Team
*
* @package gutenberg-test-low-autosave-interval
*/
if ( ! defined( 'AUTOSAVE_INTERVAL' ) ) {
define( 'AUTOSAVE_INTERVAL', 3 );
}

0 comments on commit 264965d

Please sign in to comment.